home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: aschen@ix.netcom.com (Sean Aschen)
- Newsgroups: comp.lang.c++
- Subject: [Q] Can I link Assembler procedures with C++ Classes??
- Date: Tue, 20 Feb 1996 23:50:30 GMT
- Organization: Netcom
- Message-ID: <312a5da6.845845@nntp.ix.netcom.com>
- NNTP-Posting-Host: ix-dby-ct2-05.ix.netcom.com
- X-NETCOM-Date: Tue Feb 20 4:06:16 PM PST 1996
- X-Newsreader: Forte Agent .99c/16.141
-
- I've got a nice Sprite class which I would like to speed up. I know
- how to link an assembler procedure with plain C, but not with C++. I
- want to have a class with member functions in assembler! Is this
- possible? What about accessing data members in the class?
- Should I just suck it up and use the Inline Assembler (which
- sucks..)??
- I have Turbo C++ 3.0 and TASM 4.0
-
- Any help, email or posted would be greatly appreciated.
-
- Thanks.
- Sean
-
-